ArcFM Responder Mobile Developer Guide
Value Property (LazyInit<T>)






Gets the value.
Syntax
'Declaration
 
Public ReadOnly Property Value As T
'Usage
 
Dim instance As LazyInit(Of T)
Dim value As T
 
value = instance.Value
public T Value {get;}
public read-only property Value: T; 
public function get Value : T
public: __property T* get_Value();
public:
property T^ Value {
   T^ get();
}

Property Value

The value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LazyInit<T> Structure
LazyInit<T> Members

Send Feedback